home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / kh_gdi.zip / KH_GDI / DRAWTOOL.H < prev    next >
C/C++ Source or Header  |  1996-05-09  |  128b  |  7 lines

  1. #ifndef __KH_PAINT_H_
  2. #define __KH_PAINT_H_
  3.  
  4. #include "kh_gdi\bgipaint.h"
  5. extern KH_Paint* drawTool;
  6.  
  7. #endif __KH_PAINT_H_